PowerTCP Sockets for .NET
Send(Byte[],Int32,Int32,SocketFlags,IPEndPoint) Method




Syntax
'Declaration
 
<SecuritySafeCriticalAttribute()>
Public Overloads Function Send( _
   ByVal buffer() As Byte, _
   ByVal offset As Integer, _
   ByVal count As Integer, _
   ByVal socketFlags As SocketFlags, _
   ByVal destination As IPEndPoint _
) As Datagram
'Usage
 
Dim instance As UdpBase
Dim buffer() As Byte
Dim offset As Integer
Dim count As Integer
Dim socketFlags As SocketFlags
Dim destination As IPEndPoint
Dim value As Datagram
 
value = instance.Send(buffer, offset, count, socketFlags, destination)
[SecuritySafeCritical()]
public Datagram Send( 
   byte[] buffer,
   int offset,
   int count,
   SocketFlags socketFlags,
   IPEndPoint destination
)
[SecuritySafeCritical()]
public: Datagram* Send( 
   byte[]* buffer,
   int offset,
   int count,
   SocketFlags socketFlags,
   IPEndPoint* destination
) 

Parameters

buffer
offset
count
socketFlags
destination
See Also

Reference

UdpBase Class
UdpBase Members
Overload List


PowerTCP Sockets for .NET Documentation Version 6.1
© 2023 Dart Communications. All Rights Reserved.
Send comments on this topic